home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / elsewr22.zip / EWSET.DOC < prev    next >
Text File  |  1989-10-15  |  10KB  |  284 lines

  1.  
  2.         ===================================================================
  3.         EWSET.EXE - ELSEWARE SETUP PROGRAM
  4.         ===================================================================
  5.  
  6.         Version 2.1 used command line parameters at start-up.
  7.  
  8.         Version 2.2 has more features and includes an industry standard 
  9.         SETUP PROGRAM which enables you to change the default parameters 
  10.         easily.
  11.  
  12.         The SETUP PROGRAM is called EWSET.EXE. To execute the program 
  13.         just change to the sub-directory where you deposited the ELSEWARE 
  14.         programs and enter 'EWSET'.
  15.  
  16.         You will see a screen with CATEGORIES listed on the left and all 
  17.         the options that belong to the CATEGORY displayed on the right.
  18.  
  19.         Use PGUP or PGDN to change the current CATEGORY.
  20.  
  21.         Use the ARROW KEYS to move from field to field within each CATEGORY.
  22.  
  23.         A HELP box below right will always contain an explanation of the 
  24.         current field and some words about what to enter.
  25.  
  26.         SAVE your changes with ESC. You will need to VERIFY the SAVE by 
  27.         pressing 'Y' when asked if you wish to 'SAVE TO DISK?'.
  28.  
  29.         All parameters are written to a BINARY file called EW.SET. This 
  30.         file is used by both HOST and REMOTE programs. 
  31.  
  32.         The EWSET SETUP program is identical for both HOST and REMOTE. Some 
  33.         parameters only apply to one or the other but most apply to BOTH.
  34.  
  35.         If the EW.SET file ever becomes corrupted or you simply want to 
  36.         reset to the DEFAULTS then just DELETE the EW.SET file and run 
  37.         EWSET.EXE. You will be asked if you want to create a NEW EW.SET 
  38.         file. Respond with 'Y'ES and a new one will be created.
  39.  
  40.         If you run EWSET while either the EWH or EWR TSR is loaded then you 
  41.         will also be asked on exit if you want to 'Update the TSR running on 
  42.         this PC?'. This will send SOME of the new defaults directly to the 
  43.         TSR so you don't need to load/unload.
  44.  
  45.         NOTE: The only parameters which will NOT take effect immediately if 
  46.               you elect to update the TSR running are those that deal with 
  47.               the COM PORT ( BAUD RATE, etc ) and those that deal with 
  48.               SECURITY ( PASSWORD, etc. ). These parameters cannot be 
  49.               changed on the fly. You have to UNLOAD the TSR currently 
  50.               running with 'EWH T' or 'EWR T' and then reload with 'EWHOST' 
  51.               or 'EWREM' to be sure ALL parameter changes are now in effect.
  52.  
  53.               This option was intended to make it easy to turn 'send 
  54.               attributes?' ON/OFF without unloading the TSR. Critical 
  55.               parameters can only be updated by re-loading the TSR.
  56.  
  57.         A list of ALL parameters in EWSET follows along with a BRIEF 
  58.         description of each. 
  59.  
  60.         EWSET.EXE CATEGORY 1 - GENERAL DEFAULTS
  61.  
  62.         - Software interrupt(Decimal):
  63.  
  64.           Enter the DECIMAL value of the software interrupt.
  65.           Valid entries are interrupts 60 <thru> 67.
  66.           The default should be fine on most PC's.
  67.  
  68.         - Communications port # (1,2): 
  69.  
  70.           Enter the number of the COMMUNICATIONS PORT to use.
  71.           Enter 1 for COM1 or 2 for COM2.
  72.  
  73.         - Baud rate........(300-9600):
  74.  
  75.           Enter the BAUD RATE ( 300-9600 ).
  76.  
  77.         - Send video attributes?.....:
  78.  
  79.           Press <Y>es to include attributes in update msgs.
  80.           Press <N>o  to exchange only TEXT characters.
  81.           TEXT ONLY provides FASTER SCREEN UPDATES.
  82.  
  83.           ELSEWARE will NOT transmit GRAPHICS screens!
  84.           Future release(s) may include this capability.
  85.  
  86.         - Use alternate video buffer?:
  87.  
  88.           Press <Y>es to use a non-standard video buffer address
  89.           Press <N>o  to use normal DOS video buffer address(es)
  90.           NOTE:If active then HOST will SEND from alternate buffer.
  91.         
  92.           This COULD allow the program to be used as a poor man's
  93.           network with certain TASK SWITCHING programs or DOS KERNELS
  94.           but you'll have to find out where they're putting the SCREENS!
  95.  
  96.         - Address of alternate buffer:
  97.  
  98.           Enter DECIMAL VALUE of video buffer SEGMENT ADDRESS.
  99.           This would be something OTHER than B000 or B800 which are
  100.           the standard PC video buffer addresses for Monochrome and
  101.           CGA/EGA respectively. Remember to enter the DECIMAL VALUE!
  102.  
  103.  
  104.         EWSET.EXE CATEGORY 2 - SECURITY OPTIONS
  105.  
  106.         NOTE: If the SECURITY option is to be used then it must be
  107.               set ON for BOTH HOST and REMOTE. You won't be able to 
  108.               get in if it's set on one and not the other. The PASSWORDS
  109.               must MATCH, of course, or you'll get 'PASSWORD REJECTED'.
  110.  
  111.         Use security? :
  112.  
  113.         Press <Y>es to use SECURITY or <N>o for NONE.
  114.  
  115.         Password      :
  116.  
  117.         Enter system access password. Must match on both HOST and REMOTE.
  118.  
  119.         The PASSWORD EXCHANGE takes place each time you press the 
  120.         REMOTE ACCESS HOTKEY SEQUENCE to request a session with the HOST.
  121.  
  122.         This prevents anyone from 'sneaking on' due to LOST CARRIER like
  123.         you can with some of the commercial remote access programs.
  124.  
  125.  
  126.         EWSET.EXE CATEGORY 3 - REMOTE OPTIONS
  127.  
  128.         - Polling pause :
  129.  
  130.           Enter the number of TIMER TICKS to wait before polling the HOST 
  131.           program for a session update. A TIMER TICK is is 1/18 of 1 second. 
  132.           18 ticks = 1 second. Minimum = 3.
  133.  
  134.           The REMOTE program uses a POLLING scheme to request video updates 
  135.           from the HOST computer being accessed. The value specified here is 
  136.           the number of timer ticks to wait bewtween POLL attempts.
  137.  
  138.           PC's generate a clock interrupt approximately 18.2 times a second 
  139.           and one of these interrupts is known as a 'timer tick'.
  140.  
  141.           If the value specified is '18' then the REMOTE program will pause 
  142.           approximately 1 second before re-polling the HOST computer for 
  143.           another video update.
  144.  
  145.           Never set the polling pause to anything faster than about 3 timer 
  146.           ticks or the HOST may become so busy sending you screen updates 
  147.           that it won't be able to process the last command in a timely way.
  148.  
  149.           This POLL PAUSE is intended to allow slower systems some breathing 
  150.           room. A FAST HOST PC can handle short pause values.
  151.  
  152.           A value of 9 timer ticks should provide good performance on all 
  153.           types of PC's.
  154.  
  155.           You may also adjust this value to whatever you need to access 
  156.           systems where interrupt activity is higher than normal.
  157.  
  158.           I use this feature quite often to support voice response systems 
  159.           which need more processor time than any commercial remote software 
  160.           can provide.
  161.  
  162.         - Popup key  ALT-
  163.  
  164.           Press the key to use with ALT to ENTER the REMOTE HOST session. 
  165.           Your choices are limited to CAPITAL LETTERS A-Z ONLY! Press the 
  166.           letter of your choice.
  167.  
  168.         - Exit  key  ALT-
  169.  
  170.           Press the key to use with ALT to RETURN to the LOCAL DOS session. 
  171.           Your choices are limited to CAPITAL LETTERS A-Z ONLY! Press the 
  172.           letter of your choice.
  173.  
  174.         - Mode indicator:
  175.  
  176.           The MODE INDICATOR is the small highlighted block which will 
  177.           appear to indicate LOCAL or REMOTE mode. 
  178.           Press <Y>es to show it or <N>o to exclude it.
  179.  
  180.  
  181.         EWSET CATEGORY 4 - TRANSFER OPTIONS
  182.  
  183.         NOTE: These options only apply to registered users who have the
  184.               ELSEWARE file transfer programs.
  185.  
  186.         - Transfer display box ROW...:
  187.  
  188.           Enter the ROW (1-9) to use for the top left corner of
  189.           the transfer display window. Max value is row 9.
  190.  
  191.         - Wait for filename RCVD OK..:
  192.  
  193.           When SENDING FILES... the filename is SENT to the
  194.           receiver before transfer starts. Enter the number
  195.           of SECONDS to wait for ACKNOWLEDGEMENT